home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / guiaprof.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  267 b   |  17 lines

  1. on mouseUp
  2.   global act
  3.   sound playFile 2, "..\som\ovo.wav"
  4.   startTimer()
  5.   repeat while the timer < 20
  6.     nothing()
  7.   end repeat
  8.   onVis(8)
  9.   updateStage()
  10.   startTimer()
  11.   repeat while the timer < 30
  12.     nothing()
  13.   end repeat
  14.   onVis(12, 14)
  15.   set act to 1
  16. end
  17.